summaryrefslogtreecommitdiffstats
path: root/libunwind/src
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2019-11-06 08:31:27 -0800
committerSaleem Abdulrasool <compnerd@compnerd.org>2019-11-06 08:34:13 -0800
commit049f94af487fc8be704f8740e2d2946ac5c6efc9 (patch)
treea7e7db21a1a5df23c156eefb5998676abe652139 /libunwind/src
parent6c683aa8d7d9dcda30b2a9eb42b43cbce5c645b8 (diff)
downloadbcm5719-llvm-049f94af487fc8be704f8740e2d2946ac5c6efc9.tar.gz
bcm5719-llvm-049f94af487fc8be704f8740e2d2946ac5c6efc9.zip
Revert "build: explicitly set the linker language for unwind"
This reverts commit 6db7a5cd7c800a588e94ce5c1ef24ae4d60ecdd3. This adversely impacted the NetBSD libc++ bot for some reason, reverting while investigating.
Diffstat (limited to 'libunwind/src')
-rw-r--r--libunwind/src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/libunwind/src/CMakeLists.txt b/libunwind/src/CMakeLists.txt
index 1ecda26406b..ed20ff0015f 100644
--- a/libunwind/src/CMakeLists.txt
+++ b/libunwind/src/CMakeLists.txt
@@ -127,8 +127,6 @@ if (LIBUNWIND_ENABLE_SHARED)
"${LIBUNWIND_COMPILE_FLAGS}"
LINK_FLAGS
"${LIBUNWIND_LINK_FLAGS}"
- LINKER_LANGUAGE
- C
OUTPUT_NAME
"unwind"
VERSION
OpenPOWER on IntegriCloud