[all-commits] [llvm/llvm-project] d40413: [libc] Fix accidental LIBC_NAMESPACE_syscall defin...

alfredfo via All-commits all-commits at lists.llvm.org
Thu Oct 19 02:22:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4041301342523047a9fd9faf78ea9ec67ac5d32
      https://github.com/llvm/llvm-project/commit/d4041301342523047a9fd9faf78ea9ec67ac5d32
  Author: alfredfo <98554039+alfredfo at users.noreply.github.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M libc/src/unistd/linux/syscall.cpp
    M libc/src/unistd/syscall.h
    M libc/test/src/unistd/CMakeLists.txt
    M libc/test/src/unistd/syscall_test.cpp

  Log Message:
  -----------
  [libc] Fix accidental LIBC_NAMESPACE_syscall definition (#69548)

Building helloworld.c currently errors with "undefined symbol:
__llvm_libc_syscall"

See: https://github.com/llvm/llvm-project/pull/67032




More information about the All-commits mailing list