From 54aae9d72a12ae8af93ba35d00a3817e3105dcce Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 21 May 2026 17:51:23 +0900 Subject: internal/rosa/package: migrate llvm patches LLVM itself is unlikely to ever be migrated due to complexity of the bootstrap, so migrate patches instead. Signed-off-by: Ophestra --- internal/rosa/package/llvm/xfail-broken-tests.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 internal/rosa/package/llvm/xfail-broken-tests.patch (limited to 'internal/rosa/package/llvm/xfail-broken-tests.patch') diff --git a/internal/rosa/package/llvm/xfail-broken-tests.patch b/internal/rosa/package/llvm/xfail-broken-tests.patch new file mode 100644 index 00000000..0bc9af76 --- /dev/null +++ b/internal/rosa/package/llvm/xfail-broken-tests.patch @@ -0,0 +1,10 @@ +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 + -- cgit v1.3.1