diff options
Diffstat (limited to 'compiler-rt/test/builtins/Unit/clzti2_test.c')
-rw-r--r-- | compiler-rt/test/builtins/Unit/clzti2_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/builtins/Unit/clzti2_test.c b/compiler-rt/test/builtins/Unit/clzti2_test.c index 3a2c6fabb82..157838b6bdd 100644 --- a/compiler-rt/test/builtins/Unit/clzti2_test.c +++ b/compiler-rt/test/builtins/Unit/clzti2_test.c @@ -1,3 +1,4 @@ +// RUN: %clang_builtins %s %librt -o %t && %run %t //===-- clzti2_test.c - Test __clzti2 -------------------------------------===// // // The LLVM Compiler Infrastructure |