mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
There were also errors in the CHECK line which I fixed and the test doesn't actually pass as the "100" is in the wrong line. Not sure whether this is a test failure or a coverage failure so making the test XFAIL for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231908 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
163 B
INI
6 lines
163 B
INI
config.suffixes = ['.test', '.m', '.cpp', '.c']
|
|
|
|
# http://llvm.org/bugs/show_bug.cgi?id=20979
|
|
if 'ubsan' in config.available_features:
|
|
config.unsupported = True
|