[all-commits] [llvm/llvm-project] 4b27ad: [AIX] use system assembler for assembly files
Chen Zheng via All-commits
all-commits at lists.llvm.org
Sun Jun 4 18:38:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b27ad735c8da7cd21a7ea58614ebd4d3c940a89
https://github.com/llvm/llvm-project/commit/4b27ad735c8da7cd21a7ea58614ebd4d3c940a89
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2023-06-04 (Sun, 04 Jun 2023)
Changed paths:
M clang/lib/Driver/ToolChain.cpp
M clang/test/Driver/aix-as.c
Log Message:
-----------
[AIX] use system assembler for assembly files
Change to system assembler to compile assembly files even
-fintegrated-as is specified. We don't have a good Clang as
for now for assembly files on AIX.
Reviewed By: qiucf
Differential Revision: https://reviews.llvm.org/D148490
More information about the All-commits
mailing list