https://bugs.llvm.org/show_bug.cgi?id=43518

            Bug ID: 43518
           Summary: clang crashes when compiling boringSSL asm file with
                    r373168
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: i...@maskray.me
          Reporter: manojgu...@google.com
                CC: htmldevelo...@gmail.com, i...@maskray.me,
                    lloz...@chromium.org, llvm-bugs@lists.llvm.org,
                    mask...@google.com, neeil...@live.com,
                    peter.sm...@linaro.org, richard-l...@metafoo.co.uk

https://cs.chromium.org/chromium/src/third_party/boringssl/linux-arm/crypto/fipsmodule/vpaes-armv7.S
can't be compiled (assembled) with clang post r373168 

repro:
$ clang -target armv7a-linux-gnueabihf -mthumb -c vpaes-armv7.S
clang -cc1as: fatal error: error in backend: Size expression must be absolute.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to