New issue
Advanced search Search tips

Issue 882485 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Make update.py use LLVM_ENABLE_PER_TARGET_RUNTIME_DIR for other platforms

Project Member Reported by scottmg@chromium.org, Sep 10

Issue description

As discussed in

https://chromium-review.googlesource.com/c/chromium/src/+/1211879/4/tools/clang/scripts/update.py#857

Fuchsia builds its builtins.a using

-DLLVM_DEFAULT_TARGET_TRIPLE=${target} -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON

Consider using this on other platforms too.
 
Summary: Make update.py use LLVM_ENABLE_PER_TARGET_RUNTIME_DIR for other platforms (was: Make update.py use LLVM_DEFAULT_TARGET_TRIPLE for other platforms)
We can only have one default target triple really; I think this was about DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR not LLVM_DEFAULT_TARGET_TRIPLE

Sign in to add a comment