Author: Nico Weber Date: 2020-12-08T11:45:43-05:00 New Revision: 9935b0fc9023c071c07523350b4f343d22e478f6
URL: https://github.com/llvm/llvm-project/commit/9935b0fc9023c071c07523350b4f343d22e478f6 DIFF: https://github.com/llvm/llvm-project/commit/9935b0fc9023c071c07523350b4f343d22e478f6.diff LOG: [gn build] (manually) port db61b1844e11f Added: Modified: llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn Removed: ################################################################################ diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn index 0292479ecd66..e7b532f57dab 100644 --- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn @@ -197,6 +197,7 @@ static_library("builtins") { sources += [ "comparetf2.c", "extenddftf2.c", + "extendhftf2.c", "extendsftf2.c", "fixtfdi.c", "fixtfsi.c", @@ -212,6 +213,7 @@ static_library("builtins") { "floatuntitf.c", "multc3.c", "trunctfdf2.c", + "trunctfhf2.c", "trunctfsf2.c", ] } _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits