[all-commits] [llvm/llvm-project] f7031c: [NFC] strengthen some CHECK-NOT lines
Sameer Sahasrabuddhe via All-commits
all-commits at lists.llvm.org
Mon Aug 7 04:20:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7031c41eca3c9ea238c8cf96032ea7359943df5
https://github.com/llvm/llvm-project/commit/f7031c41eca3c9ea238c8cf96032ea7359943df5
Author: Sameer Sahasrabuddhe <sameer.sahasrabuddhe at amd.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M llvm/test/Transforms/SampleProfile/inline-combine.ll
M llvm/test/Verifier/kcfi-operand-bundles.ll
M llvm/test/Verifier/ptrauth-operand-bundles.ll
Log Message:
-----------
[NFC] strengthen some CHECK-NOT lines
The affected lit tests failed when they were run in a path that contained the
word "call". CHECK-NOT lines that were supposed to match only the IR ended up
matching the path printed in the output. Fixed this by checking for "call void"
instead.
More information about the All-commits
mailing list