https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/120652
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/devnexen approved this pull request.
makes sense
https://github.com/llvm/llvm-project/pull/120652
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Brad Smith (brad0)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120652.diff
1 Files Affected:
- (modified) clang/lib/Driver/ToolChains/FreeBSD.cpp (+1-7)
``diff
diff --git a/clang/lib/Driver/ToolCh
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Brad Smith (brad0)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/120652.diff
1 Files Affected:
- (modified) clang/lib/Driver/ToolChains/FreeBSD.cpp (+1-7)
``diff
diff --git a/clang/lib/Driver/ToolChains/Fr
https://github.com/brad0 created
https://github.com/llvm/llvm-project/pull/120652
None
>From 9e195c9033c3b314ee67652c54db910bd8bd1756 Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Thu, 19 Dec 2024 18:48:39 -0500
Subject: [PATCH] [Driver][FreeBSD][NFC] Remove some code duplication
---
clang