]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
Work around Clang IAS error with XSA-304
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 3 Oct 2023 10:05:22 +0000 (11:05 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 3 Oct 2023 10:44:51 +0000 (11:44 +0100)
commitf0dd2fbc094598c625e96748f6ac64acec8fc725
tree7a558215a935f9d8243b7d10079d73e73e333f30
parent3c0b315d79eb67846d99060e51989ff62bb33464
Work around Clang IAS error with XSA-304

Clang complains:

  <inline asm>:1:19: error: expected assembly-time absolute expression
  .align 4096;.skip 4096 - (stub_page_boundary - stub_fn);
                    ^

Opencode the je

Links: https://github.com/llvm/llvm-project/issues/68086
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tests/xsa-304/main.c