[all-commits] [llvm/llvm-project] 82d0f7: [Clang] Remove redundant -no-opaque-pointers flag ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Apr 7 04:54:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82d0f7bdb5b542118f54aa03fac52e7a8f776123
https://github.com/llvm/llvm-project/commit/82d0f7bdb5b542118f54aa03fac52e7a8f776123
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M clang/test/CodeGen/opaque-pointers-flag.c
Log Message:
-----------
[Clang] Remove redundant -no-opaque-pointers flag in test (NFC)
This was accidentally caught in an automated replacement. This
test is testing the -opaque-pointers flag itself, so we shouldn't
add -no-opaque-pointers here (though it doesn't hurt either).
Also drop the line testing the default, as the default is now
determined by a cmake option.
More information about the All-commits
mailing list