Page MenuHomePhabricator

aaronmondal (Aaron Siddhartha Mondal)
User

Projects

User does not belong to any projects.

User Details

User Since
Aug 27 2022, 4:49 AM (30 w, 3 d)

Recent Activity

Today

aaronmondal updated the diff for D143344: [bazel] Port zstd support.

Rerun against tests. Previous failure was most likely unrelated to this change,
but let's make sure.

Tue, Mar 28, 1:27 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal updated the diff for D143344: [bazel] Port zstd support.

Rebase

Tue, Mar 28, 7:01 AM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal abandoned D147043: Rebase.

Fat fingers.

Tue, Mar 28, 5:31 AM · Restricted Project, Restricted Project
aaronmondal requested review of D147043: Rebase.
Tue, Mar 28, 5:31 AM · Restricted Project, Restricted Project

Mon, Mar 20

aaronmondal added inline comments to D144994: [Draft][libc++][modules] Adds std module..
Mon, Mar 20, 11:20 AM · Restricted Project, Restricted Project, Restricted Project

Sun, Mar 12

aaronmondal added inline comments to D144994: [Draft][libc++][modules] Adds std module..
Sun, Mar 12, 9:36 AM · Restricted Project, Restricted Project, Restricted Project

Wed, Mar 8

aaronmondal committed rG004c76155cda: [bazel] Don't alwayslink clang-tidy libraries (authored by aaronmondal).
[bazel] Don't alwayslink clang-tidy libraries
Wed, Mar 8, 11:45 PM · Restricted Project
aaronmondal closed D145258: [bazel] Don't alwayslink clang-tidy libraries.
Wed, Mar 8, 11:45 PM · Restricted Project, Restricted Project
aaronmondal added a comment to D145258: [bazel] Don't alwayslink clang-tidy libraries.

Yayy :D

Wed, Mar 8, 11:35 PM · Restricted Project, Restricted Project

Mon, Mar 6

Herald added a project to D53608: [builtins] Build float128 soft float builtins for x86_64.: Restricted Project.

Hmm I tried to fiddle around with this but I'm out of my depth here. Pulling in @MaskRay @compnerd @phosek in the hopes that one of you is able to provide some insight or pull in someone else who is able to help.

Mon, Mar 6, 1:21 PM · Restricted Project, Restricted Project, Restricted Project

Sun, Mar 5

aaronmondal added inline comments to D144994: [Draft][libc++][modules] Adds std module..
Sun, Mar 5, 9:18 PM · Restricted Project, Restricted Project, Restricted Project

Sat, Mar 4

aaronmondal added inline comments to D144994: [Draft][libc++][modules] Adds std module..
Sat, Mar 4, 2:31 PM · Restricted Project, Restricted Project, Restricted Project

Fri, Mar 3

aaronmondal added a comment to D145258: [bazel] Don't alwayslink clang-tidy libraries.

There is no always-link in cmake as far as I know, so we should not need any in Bazel either in the LLVM project hopefully.

Fri, Mar 3, 3:02 PM · Restricted Project, Restricted Project
aaronmondal added a comment to D145258: [bazel] Don't alwayslink clang-tidy libraries.

I would've thought it was necessary to alwayslink them because maybe they use some kind of auto-registration system into clang-tidy, so without alwayslink your clang-tidy binary wouldn't link any of them in?

Fri, Mar 3, 2:49 PM · Restricted Project, Restricted Project
aaronmondal added reviewers for D145258: [bazel] Don't alwayslink clang-tidy libraries: GMNGeoffrey, jathu, Restricted Project.
Fri, Mar 3, 10:59 AM · Restricted Project, Restricted Project
aaronmondal requested review of D145258: [bazel] Don't alwayslink clang-tidy libraries.
Fri, Mar 3, 10:57 AM · Restricted Project, Restricted Project

Wed, Mar 1

aaronmondal added inline comments to D144994: [Draft][libc++][modules] Adds std module..
Wed, Mar 1, 2:43 PM · Restricted Project, Restricted Project, Restricted Project

Tue, Feb 28

aaronmondal added inline comments to D144994: [Draft][libc++][modules] Adds std module..
Tue, Feb 28, 3:34 PM · Restricted Project, Restricted Project, Restricted Project
aaronmondal added a comment to D144994: [Draft][libc++][modules] Adds std module..

I really like this so far. I think we need to make sure though that we don't confuse standard and non-standard modules though. If we want to test both, we should clearly label them, though it's probably a good idea to only use the intended-to-be-standard-conform variant for this prototype patch.

Tue, Feb 28, 2:49 PM · Restricted Project, Restricted Project, Restricted Project

Feb 22 2023

aaronmondal committed rGa81bdc614a7d: [bazel] Remove unused dependency on libxml2 (authored by aaronmondal).
[bazel] Remove unused dependency on libxml2
Feb 22 2023, 4:54 PM · Restricted Project
aaronmondal closed D143351: [bazel] Remove unused dependency on libxml2.
Feb 22 2023, 4:54 PM · Restricted Project, Unknown Object (Project), Restricted Project

Feb 16 2023

aaronmondal added inline comments to D143804: [bazel] create a clang-tidy binary target.
Feb 16 2023, 3:43 PM · Restricted Project, Restricted Project

Feb 15 2023

aaronmondal added a comment to rG7a282bd2aaa5: [bazel] Fix missing dependency in clang-tools-extra/clang-tidy:llvmlibc.

My bad, thanks!

Feb 15 2023, 5:57 AM · Restricted Project
aaronmondal committed rGf70282237166: [bazel] create a clang-tidy binary target (authored by jathu).
[bazel] create a clang-tidy binary target
Feb 15 2023, 4:58 AM · Restricted Project
aaronmondal closed D143804: [bazel] create a clang-tidy binary target.
Feb 15 2023, 4:57 AM · Restricted Project, Restricted Project

Feb 14 2023

aaronmondal added a comment to D142507: [AMDGPU] Split dot7 feature.

I think unless conflicts arise creating an issue similar to this https://github.com/llvm/llvm-project/issues/60600 with the cherry-pick line set to this commit should be enough. (See also https://llvm.org/docs/GitHub.html).

Feb 14 2023, 2:51 PM · Restricted Project, Restricted Project, Restricted Project
aaronmondal added a comment to D142507: [AMDGPU] Split dot7 feature.

I cannot say there was much choice. The only real choice was to postpone the split and magnify the problem in the future. As for the ifdefs, this might be possible in the device-libs but I do not see how to do it the Builtins.def.

Feb 14 2023, 2:17 PM · Restricted Project, Restricted Project, Restricted Project
aaronmondal added a comment to D142507: [AMDGPU] Split dot7 feature.

Well, I can already feel the pain that distro maintainers having to build the next ROCm releases 😅

Feb 14 2023, 1:44 PM · Restricted Project, Restricted Project, Restricted Project
aaronmondal added a comment to D142507: [AMDGPU] Split dot7 feature.

It shall be complimented by the device-lib change in the corresponding release, so it is not that simple.

Feb 14 2023, 11:16 AM · Restricted Project, Restricted Project, Restricted Project
aaronmondal updated subscribers of D142507: [AMDGPU] Split dot7 feature.

Would it be possible to backport this to Clang 16?

Feb 14 2023, 6:30 AM · Restricted Project, Restricted Project, Restricted Project

Feb 13 2023

aaronmondal updated subscribers of D143768: [Clang] Add options to disable direct linking of arch tools.

Ok so I went over https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations#testing-for-the-presence-of-a-header-__has_include (thanks, @aaron.ballman 😊) and through the commit history for the amdgpu-arch tool.

Feb 13 2023, 9:00 AM · Restricted Project, Restricted Project

Feb 12 2023

aaronmondal accepted D143804: [bazel] create a clang-tidy binary target.

Cool, thanks a lot for your efforts!

Feb 12 2023, 12:59 PM · Restricted Project, Restricted Project
aaronmondal added inline comments to D143804: [bazel] create a clang-tidy binary target.
Feb 12 2023, 11:51 AM · Restricted Project, Restricted Project
aaronmondal accepted D143804: [bazel] create a clang-tidy binary target.

Looking at the include order in BUILD.bazel I think you need to run buildifier over this once, but other than that I'm very happy with this state of the diff.

Feb 12 2023, 10:23 AM · Restricted Project, Restricted Project
aaronmondal requested changes to D143804: [bazel] create a clang-tidy binary target.

Thanks for addressing. Also, really appreciate the tests 😊

Feb 12 2023, 5:02 AM · Restricted Project, Restricted Project

Feb 11 2023

aaronmondal added a comment to D143804: [bazel] create a clang-tidy binary target.

I'm a big fan of the expand_template for that questionable one-define header. Very clean 👍
I do think it'd be better to set CLANG_STATIC_ANALYZER 1 though as we build the static analyzer targets anyways.

Feb 11 2023, 4:13 AM · Restricted Project, Restricted Project
aaronmondal added a comment to D143804: [bazel] create a clang-tidy binary target.

Very cool! I actually have a finer grained implementation of this if this would be interesting: https://github.com/eomii/rules_ll/blob/main/llvm-project-overlay/clang-tools-extra/clang-tidy/BUILD.bazel

Feb 11 2023, 3:32 AM · Restricted Project, Restricted Project

Feb 10 2023

aaronmondal added a comment to D143768: [Clang] Add options to disable direct linking of arch tools.

This would also allow e.g. the ROCm packages to FORCE_ON hsa and enjoy the benefits of the LLVM configuration 😊

Feb 10 2023, 11:55 AM · Restricted Project, Restricted Project
aaronmondal added a comment to D143768: [Clang] Add options to disable direct linking of arch tools.

Fun fact I now know that libxml2 also struggles with this 😆

Feb 10 2023, 11:51 AM · Restricted Project, Restricted Project
aaronmondal added a comment to D143768: [Clang] Add options to disable direct linking of arch tools.

Ah yeah my bad 😅

Feb 10 2023, 11:09 AM · Restricted Project, Restricted Project
aaronmondal added a comment to D143768: [Clang] Add options to disable direct linking of arch tools.

Does this address the case where we have HSA headers present on the system?

Feb 10 2023, 10:39 AM · Restricted Project, Restricted Project

Feb 7 2023

aaronmondal added a comment to D143295: [bazel] Move bazel configuration to a Python script.

I'll have to agree with @chapuni though, Bazel has exceptional support for bash scripts etc, anything that could be expressed in starlark with genrules and bash scripts seems much better to me than python. E.g. overlaying/moving files is like 10x faster in bash than it is in python.

Feb 7 2023, 8:33 AM · Restricted Project, Restricted Project
aaronmondal resigned from D143295: [bazel] Move bazel configuration to a Python script.

Thanks, no more issues from my side :) I also think it's a lot better to do this without the subprocess module👍

Feb 7 2023, 8:09 AM · Restricted Project, Restricted Project

Feb 6 2023

aaronmondal added a comment to D136496: [bazel] Make labels to third-party dependencies explicit.

@GMNGeoffrey From the other conversation: This new syntax may be relevant/useful: https://docs.google.com/document/d/1N81qfCa8oskCk5LqTW-LNthy6EBrDot7bdUsjz6JFC4/edit#heading=h.5mcn15i0e1ch

Feb 6 2023, 5:26 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal added a comment to D143320: [bazel] Rework zlib dependency.

Ugh that's my bad. I totally forgot about those :-( I think it enforced naming of the llvm-project repo in a way I found unsavory and I never figured out a solution after getting very lost in what Label appears to do vs what I think the documentation says it does...

Feb 6 2023, 5:19 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal added a comment to D143320: [bazel] Rework zlib dependency.

You'd add -lz as was here previously and let the system handle it. Definitely don't want to reinvent system package search here :-)

Feb 6 2023, 4:56 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal added inline comments to D143320: [bazel] Rework zlib dependency.
Feb 6 2023, 4:35 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal requested changes to D143295: [bazel] Move bazel configuration to a Python script.
Feb 6 2023, 3:46 PM · Restricted Project, Restricted Project
aaronmondal added inline comments to D143295: [bazel] Move bazel configuration to a Python script.
Feb 6 2023, 3:45 PM · Restricted Project, Restricted Project
aaronmondal added a comment to D143295: [bazel] Move bazel configuration to a Python script.

Can we use some kind of formatting/linting for this script, potentially at a later time, unrelated to this relocation commit?

Feb 6 2023, 3:42 PM · Restricted Project, Restricted Project
aaronmondal added a comment to D143351: [bazel] Remove unused dependency on libxml2.

Hmm I'm trying to remember this history on this one too. I think this was added after hitting a real bug on Windows... Again @chandlerc

Feb 6 2023, 2:34 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D143320: [bazel] Rework zlib dependency.

@GMNGeoffrey I originally had a version with a string_flag, but abandoned that because I couldn't solve the following issues:

Feb 6 2023, 2:13 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal added reviewers for D143320: [bazel] Rework zlib dependency: chapuni, csigg.
Feb 6 2023, 7:17 AM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal added a comment to D143320: [bazel] Rework zlib dependency.

@MaskRay While we're at it, what do you think about changing zlib to zlib-ng? (https://github.com/zlib-ng/zlib-ng) The original zlib still didn't address https://github.com/madler/zlib/issues/633 and I'd rather spend time on writng a buildfile for zlib-ng than to set -Wno-strict-prototypes (or get spammed by a million warnings).

Feb 6 2023, 7:07 AM · Restricted Project, Restricted Project, Unknown Object (Project)

Feb 5 2023

aaronmondal requested review of D143351: [bazel] Remove unused dependency on libxml2.
Feb 5 2023, 2:58 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal updated the diff for D143344: [bazel] Port zstd support.
  • Fix typo (zlib -> zstd).
  • Remove redundant llvm_zstd_enabled config setting.
Feb 5 2023, 12:52 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal updated the diff for D143320: [bazel] Rework zlib dependency.

Remove redundant llvm_zlib_enabled config setting.

Feb 5 2023, 12:44 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal added inline comments to D143320: [bazel] Rework zlib dependency.
Feb 5 2023, 12:36 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal updated the diff for D143344: [bazel] Port zstd support.

Rebase

Feb 5 2023, 8:05 AM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal added a comment to D128465: [llvm] add zstd to `llvm::compression` namespace.

Porting to bazel in https://reviews.llvm.org/D143344

Feb 5 2023, 7:59 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
aaronmondal updated the diff for D143344: [bazel] Port zstd support.
  • attempt to make patch applicable
Feb 5 2023, 7:58 AM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal requested review of D143344: [bazel] Port zstd support.
Feb 5 2023, 7:49 AM · Restricted Project, Restricted Project, Unknown Object (Project)

Feb 4 2023

aaronmondal added a comment to D143320: [bazel] Rework zlib dependency.

@MaskRay It the patch is ok like this, would you mind commiting on my behalf?

Feb 4 2023, 1:01 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal added a comment to D141553: [bazel] Enable layering_check for llvm and clang.

Proposing D143320 to address the zlib breakages with recent Clang versions.

Feb 4 2023, 8:43 AM · Restricted Project, Restricted Project
aaronmondal updated the diff for D143320: [bazel] Rework zlib dependency.
  • Fix lld:ELF
  • Run buildifier on zlib.BUILD
Feb 4 2023, 8:34 AM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal requested review of D143320: [bazel] Rework zlib dependency.
Feb 4 2023, 7:13 AM · Restricted Project, Restricted Project, Unknown Object (Project)

Dec 9 2022

aaronmondal added a comment to D137527: [C++20] [Modules] [ClangScanDeps] Add ClangScanDeps support for C++20 Named Modules in P1689 format (2/4).

Thanks a lot for the clarification.

Dec 9 2022, 3:01 PM · Restricted Project, Restricted Project

Dec 8 2022

aaronmondal added a comment to D137527: [C++20] [Modules] [ClangScanDeps] Add ClangScanDeps support for C++20 Named Modules in P1689 format (2/4).

@ChuanqiXu I think I only now realized the potential impact of this.

Dec 8 2022, 5:03 PM · Restricted Project, Restricted Project

Nov 4 2022

aaronmondal added a comment to D136496: [bazel] Make labels to third-party dependencies explicit.

I think this is coming from my complete ignorance of bzlmod, but why exactly do we have a separate llvm-project-overlay repository here? Why isn't it pulling from utils/bazel?

Nov 4 2022, 1:49 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal updated the diff for D137008: [Bazel] Add bzlmod support.

Remove that hacky patch. It is not necessary and will usually be supplied by a bazel registry.

Nov 4 2022, 1:19 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D137007: [Bazel] Use dynamic workspace root determination.

It seems like you're synced to a bad commit that's broken for other reasons. Could you rebase and try the pre-merge checks again?

Nov 4 2022, 1:06 PM · Restricted Project, Restricted Project, Unknown Object (Project)

Oct 29 2022

aaronmondal added a comment to D136496: [bazel] Make labels to third-party dependencies explicit.

There is also the situation where @llvm-project-overlay actually refers to the top level directory in the llvm repo. This is the case if we import the module in an external module via bazel_dep(name="@llvm-project-overlay", version="16.0.0-bcr.0"). If we were to disallow builds from within the utils/bazel repo, this may make it possible to keep the labels relative,

Oct 29 2022, 9:25 AM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal added a comment to D136496: [bazel] Make labels to third-party dependencies explicit.

Ok I tried a bunch of combinations. Apart from the current one, none seem to work.

Oct 29 2022, 9:08 AM · Unknown Object (Project), Restricted Project, Restricted Project

Oct 28 2022

aaronmondal added a comment to D137008: [Bazel] Add bzlmod support.

A few notes:

Oct 28 2022, 11:43 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D136496: [bazel] Make labels to third-party dependencies explicit.

I'm not familiar with how bzlmod or the central registry are going to work, but just looking at the content of this patch, I think there is a problem. I think this adds a dependency on exactly the name "llvm-raw" being used when this is imported by external projects. As currently written, it's a relative reference, which has no dependence on this name. I took some care when setting all of this up to not make user-defined strings like that load-bearing, so I think this is undesirable. llvm-raw is kind of an implementation detail name that no one should care about too much though and is unlikely to be referenced by any other dependency, so it isn't too bad to bake it in. It was more important for the name of the final llvm-project Bazel repository where there were already multiple names being used in the wild. The fact that dependency names are user-defined and not necessarily consistent between projects has always been a failing in the Bazel dependency management system though, and it looks like perhaps bzlmod and this registry are attempting to establish canonical names for projects, more aligned with how package managers like pip work. If that's the world we're headed for, then it seems like baking this in may be the right thing to do, but I'm unsure.

Oct 28 2022, 11:16 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal added a comment to D136496: [bazel] Make labels to third-party dependencies explicit.

Ok I now added the rest of the commits which should give a better picture on how/what I'm doing here 😅

Oct 28 2022, 11:10 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal added a comment to D137009: [Bazel] Add example for bzlmod usage with custom commits.

Continuation of https://reviews.llvm.org/D137008.

Oct 28 2022, 11:00 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal requested review of D137009: [Bazel] Add example for bzlmod usage with custom commits.
Oct 28 2022, 10:59 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D137008: [Bazel] Add bzlmod support.

Continuation of https://reviews.llvm.org/D137007.

Oct 28 2022, 10:59 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal requested review of D137008: [Bazel] Add bzlmod support.
Oct 28 2022, 10:55 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D137007: [Bazel] Use dynamic workspace root determination.

Continuation of https://reviews.llvm.org/D136496

Oct 28 2022, 10:42 PM · Restricted Project, Restricted Project, Unknown Object (Project)
aaronmondal requested review of D137007: [Bazel] Use dynamic workspace root determination.
Oct 28 2022, 10:41 PM · Restricted Project, Restricted Project, Unknown Object (Project)

Oct 26 2022

aaronmondal added a comment to D136452: [bazel] Add missing C++ style clang headers and modulemap.

@chapuni maybe this here would be better? I can't get this to run, but maybe they work for you with

Oct 26 2022, 10:21 AM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D136452: [bazel] Add missing C++ style clang headers and modulemap.

I can't get arcanist or something else to work. As i don't have commit access, I pushed the changes to this git repo: https://github.com/aaronmondal/llvm-project/commit/652afbe8aff0dbf45d2d07ef5b74fdce137269e3

Oct 26 2022, 10:15 AM · Restricted Project, Unknown Object (Project), Restricted Project

Oct 25 2022

aaronmondal added a comment to D136496: [bazel] Make labels to third-party dependencies explicit.

The way I am implementing these patches should not change anything for the current WORKSPACE build. The patches I will submit will look something like this:

Oct 25 2022, 3:56 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal updated the diff for D136452: [bazel] Add missing C++ style clang headers and modulemap.

Address comments. Add module.modulemap as well, since it is always exported by the CMake build.

Oct 25 2022, 3:37 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D136452: [bazel] Add missing C++ style clang headers and modulemap.

@chapuni I think fully expanding the glob does not really gain us anything. It would only add ~300 lines of headers, which I would assume to not really impact builds anyways, except if a header is missing as in openmp_headers/time.h. Keeping those up to date would likely be unnecessary maintenance burden.

Oct 25 2022, 3:31 PM · Restricted Project, Unknown Object (Project), Restricted Project

Oct 24 2022

aaronmondal added inline comments to D136452: [bazel] Add missing C++ style clang headers and modulemap.
Oct 24 2022, 3:37 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal updated the diff for D136452: [bazel] Add missing C++ style clang headers and modulemap.

Add missing comma.

Oct 24 2022, 3:31 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D136452: [bazel] Add missing C++ style clang headers and modulemap.

FYI, I intend that builtin_headers_gen may be available for the target for packaging.
Its contents shall be the same (or subset) of the installaed image by CMake.

Oct 24 2022, 3:29 PM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal updated the diff for D136452: [bazel] Add missing C++ style clang headers and modulemap.

Address comments.

Oct 24 2022, 3:25 PM · Restricted Project, Unknown Object (Project), Restricted Project

Oct 21 2022

aaronmondal updated the diff for D136496: [bazel] Make labels to third-party dependencies explicit.

@csigg Ah yes that was an oversight. The Label()s are redundant.

Oct 21 2022, 3:02 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal added a comment to D136496: [bazel] Make labels to third-party dependencies explicit.

@fmeum I'm not sure who to tag for this as a reviewer, but I remembered you commenting on both some BCR and LLVM issues. Please refer someone else if you are not the right person for this 😅

Oct 21 2022, 2:04 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal added a reviewer for D136496: [bazel] Make labels to third-party dependencies explicit: fmeum.
Oct 21 2022, 2:01 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal requested review of D136496: [bazel] Make labels to third-party dependencies explicit.
Oct 21 2022, 2:00 PM · Unknown Object (Project), Restricted Project, Restricted Project
aaronmondal updated the diff for D136452: [bazel] Add missing C++ style clang headers and modulemap.

Move these headers into glob to clearly differentiate generated and non-generated files.

Oct 21 2022, 7:15 AM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal updated the diff for D136452: [bazel] Add missing C++ style clang headers and modulemap.

Well, of course we want to ADD these headers, not exclude them 😅

Oct 21 2022, 7:09 AM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal added a comment to D136452: [bazel] Add missing C++ style clang headers and modulemap.

As I don't have commit access, It'd be nice if someone could commit on my behalf.
Name: Aaron Siddhartha Mondal
Email: aaron@eomii.org

Oct 21 2022, 6:59 AM · Restricted Project, Unknown Object (Project), Restricted Project
aaronmondal requested review of D136452: [bazel] Add missing C++ style clang headers and modulemap.
Oct 21 2022, 6:56 AM · Restricted Project, Unknown Object (Project), Restricted Project

Aug 30 2022

aaronmondal requested changes to D131388: [docs] Add "Standard C++ Modules".

I just noticed that there probably needs to be one change. The doc sometimes describes -fprebuilt-module-interface, which is not a valid option. I think the occurrences were meant to be -fpbrebuilt-module-path.

Aug 30 2022, 9:51 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project