[all-commits] [llvm/llvm-project] 82b528: [Driver][test] Don't assume integrated-as
jsji via All-commits
all-commits at lists.llvm.org
Mon May 17 13:24:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82b52812471ca4e7228714aab15110bb740669d0
https://github.com/llvm/llvm-project/commit/82b52812471ca4e7228714aab15110bb740669d0
Author: Jinsong Ji <jji at us.ibm.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M clang/test/Driver/clang_f_opts.c
Log Message:
-----------
[Driver][test] Don't assume integrated-as
The tests of fdebug-compilation-dir and -ffile-compilation-dir for `-x
assembler` are assuming integrated-as.
If the platform set the no-itegrated-as by default (eg: AIX for now), then this test will
fail.
Add the -integrated-as to aviod relying on the platform defaults.
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D102647
More information about the All-commits
mailing list