[clang] [compiler-rt] [test]Fix test error due to CRT dependency (PR #104462)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 15 09:25:22 PDT 2024
================
@@ -3,9 +3,7 @@
// The runtime test checking the _BitInt ubsan feature is located in compiler-rt/test/ubsan/TestCases/Integer/bit-int.c
-#include <stdint.h>
-#include <stdio.h>
-
+typedef unsigned int uint32_t;
----------------
AaronBallman wrote:
Can we fix the RUN line while we're at it? It's using `%clang` which runs the Clang driver, it should be using `%clang_cc1` so it only executes the frontend.
https://github.com/llvm/llvm-project/pull/104462
More information about the cfe-commits
mailing list