forked from rosa/hakurei
LLVM itself is unlikely to ever be migrated due to complexity of the bootstrap, so migrate patches instead. Signed-off-by: Ophestra <cat@gensokyo.uk>
11 lines
335 B
Diff
11 lines
335 B
Diff
diff --git a/clang/test/Modules/timestamps.c b/clang/test/Modules/timestamps.c
|
|
index 50fdce630255..4b4465a75617 100644
|
|
--- a/clang/test/Modules/timestamps.c
|
|
+++ b/clang/test/Modules/timestamps.c
|
|
@@ -1,3 +1,5 @@
|
|
+// XFAIL: target={{.*-rosa-linux-musl}}
|
|
+
|
|
/// Verify timestamps that gets embedded in the module
|
|
#include <c-header.h>
|
|
|