[PATCH] D59425: Explicitly Craft a Path to Compiler-RT Builtins on Bare Metal Targets
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 14:55:32 PDT 2019
phosek added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/BareMetal.cpp:173
+ }
+
+ // Builds of compiler-rt on bare-metal targets are specialized by specific
----------------
Would it be possible to support the [per-target runtimes directory layout](https://github.com/llvm/llvm-project/blob/master/clang/lib/Driver/ToolChain.cpp#L391) as well?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59425/new/
https://reviews.llvm.org/D59425
More information about the cfe-commits
mailing list