[all-commits] [llvm/llvm-project] 9e53c9: [NFC] Update test to not check for 'opaque' in the...
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Jan 14 11:24:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e53c94d8dd737fcedb543d6ac687ea9696db8a6
https://github.com/llvm/llvm-project/commit/9e53c94d8dd737fcedb543d6ac687ea9696db8a6
Author: Erich Keane <erich.keane at intel.com>
Date: 2021-01-14 (Thu, 14 Jan 2021)
Changed paths:
M clang/test/CodeGen/incomplete-function-type.c
Log Message:
-----------
[NFC] Update test to not check for 'opaque' in the file name.
The intent presumably is to avoid generating 'opaque' in the IR, but the
header contains the filename. Thus, having the workspace in a directory
with opaque in it causes this test to fail.
This just adds a 'CHECK' line on target-triple, which is the last line
of the IR-header.
More information about the All-commits
mailing list