[all-commits] [llvm/llvm-project] 716965: [clang] Small adjustments for -fexperimental-library
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Jul 20 06:15:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7169659752557aa107e3efe470ba988155ae3bbd
https://github.com/llvm/llvm-project/commit/7169659752557aa107e3efe470ba988155ae3bbd
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-07-20 (Wed, 20 Jul 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Hexagon.cpp
M clang/test/Driver/experimental-library-flag.cpp
Log Message:
-----------
[clang] Small adjustments for -fexperimental-library
Move -lc++experimental before -lc++abi (that was forgotten in the
original patch), and mark a test as UNSUPPORTED on AIX. I contacted
the owners of the AIX bot that failed because I was unable to reproduce
the issue locally.
More information about the All-commits
mailing list