Skip to content

Commit 438fba4

Browse files
committed
---
yaml --- r: 346707 b: refs/heads/master c: e5880f6 h: refs/heads/master i: 346705: e5cf588 346703: b50c075
1 parent b8a30eb commit 438fba4

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 3aa15a376a41476a4bad0b8b13696c944494041c
2+
refs/heads/master: e5880f622c252e2f5b9bd845046384070f187be9
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/lib/SwiftDemangle/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ add_swift_host_library(swiftDemangle
77
C_COMPILE_FLAGS
88
-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1)
99

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-
1810
swift_install_in_component(compiler
1911
TARGETS swiftDemangle
2012
LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX}"

0 commit comments

Comments
 (0)