diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-07-30 23:00:33 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-12 22:00:22 -0700 |
| commit | 2fa4342ab4cb20872eb97d2b844e0367b1fad90d (patch) | |
| tree | 81d43426d2c6934bfc021dc180f655a153618896 /recipes-devtools/clang/compiler-rt_git.bb | |
| parent | a932d6024a3500dd518176a8bb98fbb8ec9695c7 (diff) | |
| download | meta-clang-2fa4342ab4cb20872eb97d2b844e0367b1fad90d.tar.gz | |
libcxx,compiler-rt: Add --unwindlib=libunwind to COMPILER_RT
This is new way of enabling llvm unwinder as default unwinder
now build shared libunwind which is needed for new option
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt_git.bb')
| -rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index ff8d353..172d5cc 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb | |||
| @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee | |||
| 16 | BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt libcxx" | 16 | BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt libcxx" |
| 17 | DEPENDS_append_toolchain-clang_class-target = " virtual/${TARGET_PREFIX}compilerlibs" | 17 | DEPENDS_append_toolchain-clang_class-target = " virtual/${TARGET_PREFIX}compilerlibs" |
| 18 | TARGET_CXXFLAGS_remove_toolchain-clang = "--stdlib=libc++" | 18 | TARGET_CXXFLAGS_remove_toolchain-clang = "--stdlib=libc++" |
| 19 | TUNE_CCARGS_remove_toolchain-clang = "--rtlib=compiler-rt --stdlib=libc++" | 19 | TUNE_CCARGS_remove_toolchain-clang = "--rtlib=compiler-rt --unwindlib=libunwind --stdlib=libc++" |
| 20 | TUNE_CCARGS_remove = "-no-integrated-as" | 20 | TUNE_CCARGS_remove = "-no-integrated-as" |
| 21 | DEPENDS += "ninja-native" | 21 | DEPENDS += "ninja-native" |
| 22 | DEPENDS_append_class-nativesdk = " clang-native" | 22 | DEPENDS_append_class-nativesdk = " clang-native" |
