File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 3aa15a376a41476a4bad0b8b13696c944494041c
2
+ refs/heads/master: e5880f622c252e2f5b9bd845046384070f187be9
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -7,14 +7,6 @@ add_swift_host_library(swiftDemangle
7
7
C_COMPILE_FLAGS
8
8
-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1 )
9
9
10
- # Do not enforce checks for LLVM's ABI-breaking build settings.
11
- # The demangler uses some header-only code from LLVM's ADT classes,
12
- # but we do not want to link libSupport into the demangler. These checks rely
13
- # on the presence of symbols in libSupport to identify how the code was
14
- # built and cause link failures for mismatches. Without linking that library,
15
- # we get link failures regardless, so instead, this just disables the checks.
16
- append ("-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" CMAKE_C_FLAGS CMAKE_CXX_FLAGS )
17
-
18
10
swift_install_in_component (compiler
19
11
TARGETS swiftDemangle
20
12
LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX} "
You can’t perform that action at this time.
0 commit comments