Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bolt/test/runtime/X86/Inputs/basic-instrumentation.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.att_syntax
.globl main
.type main, %function
main:
Expand Down
1 change: 1 addition & 0 deletions bolt/test/runtime/X86/Inputs/internalcall.S
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// This is reduced test case for BOLT containing an internal call based on
// GetCoreDump (from google core dumper).

.att_syntax
.text
.globl getCallback
.type getCallback, %function
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
# return !throw_test(argc, argv);
# }

.att_syntax
.text
.file "exceptions-failed-split.cpp"
.globl _Z3bari # -- Begin function _Z3bari
Expand Down
1 change: 1 addition & 0 deletions bolt/test/runtime/X86/exceptions-lpstart-zero.s
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# The exception table was modified with udata4 LPStartEncoding and sdata4
# CallSiteEncoding.

.att_syntax
.text
.globl main # -- Begin function main
.p2align 4, 0x90
Expand Down
Loading