]> git.ipfire.org Git - thirdparty/zstd.git/commit
programs/Makefile: make it actually work with clang 2125/head
authorMingye Wang <arthur200126@gmail.com>
Sun, 10 May 2020 08:36:08 +0000 (16:36 +0800)
committerGitHub <noreply@github.com>
Sun, 10 May 2020 08:36:08 +0000 (16:36 +0800)
commitc3398d2dda36eca49f7b45c97bbd3735201efdbf
treeeb705f376f8e2892e6dac7a8b1147351a1bf945f
parentaa9474ee9a5b7395c0a78b32f333c9324e712bd8
programs/Makefile: make it actually work with clang

Recent versions of clang seem to require a step of conversion from the profraw file to a "compiler-readable" profdata file to let PGO work.
programs/Makefile