Skip to content

Commit 34ee53c

Browse files
committed
[lldb][test] Fix TestCallBuiltinFunction.py
A constant __builtin_abs(-14) cannot be evaluated without a running target as Clang now emits llvm.abs.*
1 parent da55b1b commit 34ee53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/commands/expression/call-function/TestCallBuiltinFunction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ def test(self):
2323
"__builtin_isnormal(0.0f)", result_type="int", result_value="0"
2424
)
2525
self.expect_expr("__builtin_constant_p(1)", result_type="int", result_value="1")
26-
self.expect_expr("__builtin_abs(-14)", result_type="int", result_value="14")

0 commit comments

Comments
 (0)