Closed
Bug 1749650
Opened 3 years ago
Closed 3 years ago
Ignore clangd index files in gecko root folder
Categories
(Developer Infrastructure :: Developer Environment Integration, task)
Developer Infrastructure
Developer Environment Integration
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(1 file)
./mach build-backend -b CompileDB
generates compile_commands.json
under the obj directory.
However, for my Emacs LSP clangd setup to work, I have to create a symbolic link compile_commands.json
under the root folder pointing to the one in obj directory. That is, the clangd's index files are generated under root folder according to the clangd index doc. I'd like to add rules to ignore them.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/fd2bef26f17c
Ignore clangd index files in gecko root folder. r=firefox-build-system-reviewers,andi
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•