| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 9950c315285f079b700174191a6be0df95566ea4..4fbe9ea3712d5118be4c823f5538eccc837c02f3 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -142,8 +142,8 @@ ifdef FORCEASM
|
| # resulting nexe. So we just disable those tests for now.
|
| FORCEASM_XTEST_EXCLUDES = -e x8632,sandbox,test_sync_atomic
|
| FORCEASM_LIT_PARAM = --param=FORCEASM
|
| - # x86 sandboxing lit tests are disabled because llvm-mc uses different
|
| - # relocations for pushing return addresses onto the stack.
|
| + # x86 sandboxing lit tests are disabled because filetype=asm does not
|
| + # handle bundle_lock pad-to-end correctly.
|
| # TODO(jpp): fix this.
|
| FORCEASM_LIT_TEST_EXCLUDES = --filter='^(?!.*/x86/sandboxing.ll).*'
|
| else
|
|
|