aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/llvm/llvm.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/llvm/llvm.BUILD')
-rw-r--r--third_party/llvm/llvm.BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/llvm/llvm.BUILD b/third_party/llvm/llvm.BUILD
index 15aa53962d..005ae21ee8 100644
--- a/third_party/llvm/llvm.BUILD
+++ b/third_party/llvm/llvm.BUILD
@@ -1714,6 +1714,10 @@ cc_library(
"include/llvm/Support/DataTypes.h",
"include/llvm/ExecutionEngine/ObjectMemoryBuffer.h",
],
+ linkopts = [
+ "-lpthread",
+ "-ldl",
+ ],
deps = [
":config",
":demangle",