Add scouts honor escape hatch for source embedding
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
.text.unlikely
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
||||
/ Code-size saving thunk for CHECK_EQ() in NDEBUG mode.
|
||||
__check_fail_eq:
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
.text.unlikely
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
||||
/ Code-size saving thunk for CHECK_GE() in NDEBUG mode.
|
||||
__check_fail_ge:
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
.text.unlikely
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
||||
/ Code-size saving thunk for CHECK_GT() in NDEBUG mode.
|
||||
__check_fail_gt:
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
.text.unlikely
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
||||
/ Code-size saving thunk for CHECK_LE() in NDEBUG mode.
|
||||
__check_fail_le:
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
.text.unlikely
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
||||
/ Code-size saving thunk for CHECK_LT() in NDEBUG mode.
|
||||
__check_fail_lt:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
│ 02110-1301 USA │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
||||
__check_fail_ndebug:
|
||||
push %rbp
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.h"
|
||||
.text.unlikely
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
||||
/ Code-size saving thunk for CHECK_NE() in NDEBUG mode.
|
||||
__check_fail_ne:
|
||||
|
||||
Reference in New Issue
Block a user