brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · b186e6e Raw
7 lines · c
1// RUN: %clang -### -fallow-runtime-check-skip-hot-cutoff=1.0 %s 2>&1 | FileCheck %s2// CHECK: -fallow-runtime-check-skip-hot-cutoff=1.03 4int main(int argc, char** argv) {5    return __builtin_allow_runtime_check("foo");6}7