[clang] [clang] Add support for SerenityOS (PR #187941)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 20:17:10 PDT 2026
================
@@ -329,3 +329,11 @@
// RUN: | FileCheck %s --check-prefix=CHECK-PIC2
// RUN: %clang -c %s --target=i586-pc-haiku -### 2>&1 \
// RUN: | FileCheck %s --check-prefix=CHECK-PIC2
+
+// Serenity has PIC and PIE by default
----------------
MaskRay wrote:
Delete from this test. Just test the option in the dedicated serenity.cpp
https://github.com/llvm/llvm-project/pull/187941
More information about the cfe-commits
mailing list