[all-commits] [llvm/llvm-project] e4ed7c: [LLDB] Avoid using -fno-builtin for building API t...

Omair Javaid via All-commits all-commits at lists.llvm.org
Tue Jun 7 01:41:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4ed7ca996ba5bb1be7b877c4c53ef2a5fb534f5
      https://github.com/llvm/llvm-project/commit/e4ed7ca996ba5bb1be7b877c4c53ef2a5fb534f5
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules

  Log Message:
  -----------
  [LLDB] Avoid using -fno-builtin for building API tests

This patch removes use of -fno-builtin flag for building LLDB API
tests.

LLDB API tests are built using Makefile.rules where we were using
-fno-builtin flag to avoid gcc intrinsic optimization conflicting
with Android runtime in past.

Now that we no longer use gcc for building testsuite and compiling
LLDB API tests on AArch64/Windows require clang to optimize certain
calls like _setjmp to setjmpex as former is not implemented by
AArch64 windows runtime.




More information about the All-commits mailing list