Remove __pause from stdlib_core() in utils.m4.
It wasn't ever being used, and was breaking compilation on ARM.
This commit is contained in:
@@ -487,7 +487,6 @@ lSetInternalFunctions(llvm::Module *module) {
|
|||||||
"__num_cores",
|
"__num_cores",
|
||||||
"__packed_load_active",
|
"__packed_load_active",
|
||||||
"__packed_store_active",
|
"__packed_store_active",
|
||||||
"__pause",
|
|
||||||
"__popcnt_int32",
|
"__popcnt_int32",
|
||||||
"__popcnt_int64",
|
"__popcnt_int64",
|
||||||
"__prefetch_read_uniform_1",
|
"__prefetch_read_uniform_1",
|
||||||
|
|||||||
@@ -1795,11 +1795,6 @@ declare i1 @__is_compile_time_constant_mask(<WIDTH x MASK> %mask)
|
|||||||
declare i1 @__is_compile_time_constant_uniform_int32(i32)
|
declare i1 @__is_compile_time_constant_uniform_int32(i32)
|
||||||
declare i1 @__is_compile_time_constant_varying_int32(<WIDTH x i32>)
|
declare i1 @__is_compile_time_constant_varying_int32(<WIDTH x i32>)
|
||||||
|
|
||||||
define void @__pause() nounwind readnone {
|
|
||||||
call void asm sideeffect "pause", "~{dirflag},~{fpsr},~{flags}"() nounwind
|
|
||||||
ret void
|
|
||||||
}
|
|
||||||
|
|
||||||
; This function declares placeholder masked store functions for the
|
; This function declares placeholder masked store functions for the
|
||||||
; front-end to use.
|
; front-end to use.
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user