Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Tzvetan Mikov 4f15a2e8af rename LLVM to LLVH
Summary:
Change the LLVH include path from `llvm/` to `llvh/`, rename the namespace to
`llvh`. This should eliminate any conflicts with the "real" LLVM.

(Note: this ignores all push blocking failures!)

Reviewed By: dulinriley

Differential Revision: D22202846

fbshipit-source-id: bbcabd8439e03e1457939ef5a8dad19f1d1a2f5c
2020-07-01 04:39:48 -07:00
Andres Suarez fdd3817f87 Tidy up license headers [1/2]
Reviewed By: dulinriley

Differential Revision: D17858735

fbshipit-source-id: 52d28f92f791da8db6c671d9f75657c53f724f89
2019-10-15 12:34:49 -07:00
Moti Zilberman a8dafdf757 Propagate x_facebook_sources field when merging source maps
Summary:
Preserves Facebook-specific source file metadata (encoded in the optional `x_facebook_sources` field) when it is found in an input source map. We do the minimal amount of work needed to pair each source filename ( = entry in the `sources` array) with its corresponding "metadata blob" ( = entry in the `x_facebook_sources`); the code is intentionally agnostic of what this blob represents or how it is encoded, beyond the fact that `null` represents missing metadata.

In order to have these opaque JSON values around for source map generation, we wrap them in instances of a new class, `JSONSharedValue`, which holds a shared reference to the underlying allocator of a JSON value, keeping it alive after the end of source map parsing.

Reviewed By: rubennorte

Differential Revision: D14951856

fbshipit-source-id: 952779cc0c2fd0fcd89e063485d25fb3ed67b592
2019-08-02 05:01:38 -07:00
Will Holen f22a18f67d Initial commit
fbshipit-source-id: 75e378602933ab4aa91677dfa509a67063e64516
2019-07-10 09:43:55 -07:00