[all-commits] [llvm/llvm-project] 2f300d: [clang][driver][wasm] Fix libstdc++ target-depende...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Wed Feb 23 05:43:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f300d34decba547dd07f5cd6034a6b2b2ca11a2
https://github.com/llvm/llvm-project/commit/2f300d34decba547dd07f5cd6034a6b2b2ca11a2
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/test/Driver/wasm-toolchain.cpp
Log Message:
-----------
[clang][driver][wasm] Fix libstdc++ target-dependent include dir
The triple goes after the gcc version, not before. Also add the
/backward version.
Differential Revision: https://reviews.llvm.org/D120251
More information about the All-commits
mailing list