[all-commits] [llvm/llvm-project] d44371: [Clang][Driver] Default Generic_GCC::IsIntegratedA...
Brad Smith via All-commits
all-commits at lists.llvm.org
Tue Mar 28 19:27:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d44371c00d87f73aba4ba0feafb4a18151d6f831
https://github.com/llvm/llvm-project/commit/d44371c00d87f73aba4ba0feafb4a18151d6f831
Author: Brad Smith <brad at comstyle.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/test/Driver/integrated-as.c
Log Message:
-----------
[Clang][Driver] Default Generic_GCC::IsIntegratedAssemblerDefault to true
Invert the logic and have the default being true. Disable the few spots where
it looks like IAS is currently not used.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D147030
More information about the All-commits
mailing list