aboutsummaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/llvm-build5
1 files changed, 4 insertions, 1 deletions
diff --git a/helpers/llvm-build b/helpers/llvm-build
index b6fb46b..3f81e0a 100755
--- a/helpers/llvm-build
+++ b/helpers/llvm-build
@@ -45,7 +45,10 @@ fi
if [ "$LLVM_DEBUG" = true ]; then
build_type=Debug
shared=-DBUILD_SHARED_LIBS=True
- dwarf=-DLLVM_USE_SPLIT_DWARF=ON
+ # Disabling split-dwarf until we can be sure the relocation
+ # problems we're seeing aren't specific to this feature
+ # Error: R_ARM_ABS32 used with TLS symbol
+ #dwarf=-DLLVM_USE_SPLIT_DWARF=ON
targets=$minimal_targets
fi