Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit ba690cc

Browse files
committed
ubsan: Also disable vptr validation on powerpc64le.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@247499 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 099c750 commit ba690cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ubsan/lit.common.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ if config.host_os == 'Windows':
7878
if config.target_arch.startswith('arm') == False:
7979
config.available_features.add('stable-runtime')
8080

81-
if config.host_os == 'Linux' and config.target_arch != 'powerpc64':
81+
if config.host_os == 'Linux' and config.target_arch != 'powerpc64' and \
82+
config.target_arch != 'powerpc64le':
8283
config.available_features.add('vptr-validation')

0 commit comments

Comments
 (0)