Skip to content

Commit

Permalink
[bump LLVM, disable PGO again]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Mar 30, 2024
1 parent c361d38 commit 420f9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

env:
CLANG_VERSION: 15.0.6
LLVM_VERSION: bfcdb95c
LLVM_VERSION: 8be1f3ba

jobs:
build-native:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# -DD_LINKER_ARGS="-Wl,-lto_library,$PWD/../bootstrap-ldc/lib/libLTO.dylib;-L$PWD/../bootstrap-ldc/lib;-lphobos2-ldc-lto;-ldruntime-ldc-lto;-Wl,-exported_symbol,__*;-Wl,-w"
# -DEXTRA_CXXFLAGS=-flto=full
# -DD_COMPILER_FLAGS="-gcc=/usr/bin/c++ -O -flto=full -defaultlib=phobos2-ldc-lto,druntime-ldc-lto -L-exported_symbol '-L__*' -L-w"
with_pgo: true
with_pgo: false

- job_name: Windows x64
os: windows-2022
Expand Down

0 comments on commit 420f9e6

Please sign in to comment.