Skip to content

Commit 9cca883

Browse files
authored
Revert "[NFCI][lldb][test] Avoid unnecessary GNU extension for assembly call" (#166970)
Reverts #166769 Darwin platforms prefix symbols with `_`, other platforms don't necessarily.
1 parent 03d8184 commit 9cca883

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
int asm_main();
1+
int asm_main() asm("asm_main");
2+
23
int main() { return asm_main(); }

0 commit comments

Comments
 (0)