mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
2f4b76b5b8
llvm-svn: 217979
6 lines
157 B
INI
6 lines
157 B
INI
config.suffixes = ['.test', '.m', '.cpp']
|
|
|
|
# http://llvm.org/bugs/show_bug.cgi?id=20979
|
|
if 'ubsan' in config.available_features:
|
|
config.unsupported = True
|