mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 16:26:46 +00:00
Add -fexceptions to test as it uses them and fails on platforms where it is not on by default (like the PS4).
This commit is contained in:
parent
e7228062b2
commit
f85b153166
@ -1,4 +1,4 @@
|
||||
// RUN: %check_clang_tidy %s readability-function-cognitive-complexity %t -- -config='{CheckOptions: [{key: readability-function-cognitive-complexity.Threshold, value: 0}]}' -- -std=c++11 -fblocks -w
|
||||
// RUN: %check_clang_tidy %s readability-function-cognitive-complexity %t -- -config='{CheckOptions: [{key: readability-function-cognitive-complexity.Threshold, value: 0}]}' -- -std=c++11 -fblocks -fexceptions -w
|
||||
|
||||
// any function should be checked.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user