diff options
author | Amy Kwan <amy.kwan1@ibm.com> | 2021-09-27 08:51:25 -0500 |
---|---|---|
committer | Amy Kwan <amy.kwan1@ibm.com> | 2021-09-27 09:56:18 -0500 |
commit | 1f5b60ad47f1fa0493e4c9d8080eace56f87ee0c (patch) | |
tree | 617b9383d34b3049551ce37aabb05c2a4fe10024 /llvm/lib/Option/OptTable.cpp | |
parent | 92db09cde04933d2e703a590054fe709dcfa88c0 (diff) | |
download | llvm-1f5b60ad47f1fa0493e4c9d8080eace56f87ee0c.zip llvm-1f5b60ad47f1fa0493e4c9d8080eace56f87ee0c.tar.gz llvm-1f5b60ad47f1fa0493e4c9d8080eace56f87ee0c.tar.bz2 |
Explicitly specify -fintegrated-as to clang/test/Driver/compilation_database.c test case.
It appears that this test assumes that the toolchain utilizes the integrated
assembler by default, since the expected output in the CHECKs are
compilation_database.o.
However, this test fails on AIX as AIX does not utilize the integrated assembler.
On AIX, the output instead is of the form /tmp/compilation_database-*.s.
Thus, this patch explicitly adds the -fintegrated-as option to match the
assumption that the integrated assembler is used by default.
Differential Revision: https://reviews.llvm.org/D110431
Diffstat (limited to 'llvm/lib/Option/OptTable.cpp')
0 files changed, 0 insertions, 0 deletions