Clang may decide to inline some functions that have inline asm with labels. Doing this duplicates the labels, causing the assembler to be complain. These patches add the "noinline" attribute to the functions to prevent this. Bill Wendling (4): x86: realmode: mark exec_in_big_real_mode as noinline x86: svm: mark test_run as noinline x86: umip: mark do_ring3 as noinline x86: vmx: mark some test_* functions as noinline x86/realmode.c | 2 +- x86/svm.c | 2 +- x86/umip.c | 2 +- x86/vmx.c | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) -- 2.33.0.rc2.250.ged5fa647cd-goog