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 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