Prabhuk wrote:
> Some of the clang changes seem kinda _odd_, maybe some of this work and
> #120632 could be conjoined? The LLVM stuff itself looks great, it's mainly
> the target stuff in clang seems odd to me.
I can drop the Clang changes in this PR once #120632 lands. This is a draft PR.
ht
RossComputerGuy wrote:
Some of the clang changes seem kinda *odd*, maybe some of this work and #120632
could be conjoined? The LLVM stuff itself looks great, it's mainly the target
stuff in clang seems odd to me.
https://github.com/llvm/llvm-project/pull/109320
Prabhuk wrote:
@RossComputerGuy FYI
https://github.com/llvm/llvm-project/pull/109320
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
yushanwei wrote:
It's just a format conversion issue,not up to the level of backend.
https://github.com/llvm/llvm-project/pull/109320
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/109320
>From 6fc7aceab6bc193616fe78e21b796efb4dbffb58 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Tue, 3 Sep 2024 21:02:15 -0700
Subject: [PATCH 1/2] UEFI backend for x86_64
---
clang/lib/Basic/Targets/OSTargets.h
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff d1335fb86466221b0499db5fc8f158f1f64d9542
6fc7aceab6bc193616fe78e21b796efb4dbffb58 --e
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/109320
>From 6fc7aceab6bc193616fe78e21b796efb4dbffb58 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Tue, 3 Sep 2024 21:02:15 -0700
Subject: [PATCH] UEFI backend for x86_64
---
clang/lib/Basic/Targets/OSTargets.h
https://github.com/Prabhuk created
https://github.com/llvm/llvm-project/pull/109320
Continuing the effort to support UEFI target as a first class citizen.
The first backend I am trying to support here is x86_64.
Original RFC:
https://discourse.llvm.org/t/rfc-uefi-driver-support-uefi-target/73