Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. bazel build --copt -fsanitize-blacklist=/path/to/blacklist
  2. --copt -fsanitize=address
  3. --linkopt=-fsanitize=address
  4. //...
  5.  
  6. ERROR: /src/src/common/BUILD:9:1: undeclared inclusion(s) in rule '//src/common:atomic_bit_set_lib':
  7. this rule is missing dependency declarations for the following files included by 'src/common/atomic_bit_set.cpp':
  8. '/src/bazel/sanitize-blacklist.txt'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement