-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ImportVerilog] Bump slang
#7792
Draft
hovind
wants to merge
17
commits into
llvm:main
Choose a base branch
from
hovind:dev/hovind/slang-master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c23594 - Browse repository at this point
Copy the full SHA 2c23594View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb40fd5 - Browse repository at this point
Copy the full SHA bb40fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f5a3a - Browse repository at this point
Copy the full SHA 19f5a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef62155 - Browse repository at this point
Copy the full SHA ef62155View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3037ac - Browse repository at this point
Copy the full SHA a3037acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66de5a1 - Browse repository at this point
Copy the full SHA 66de5a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a1f57 - Browse repository at this point
Copy the full SHA 17a1f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for fecf5db - Browse repository at this point
Copy the full SHA fecf5dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f68bfc9 - Browse repository at this point
Copy the full SHA f68bfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc2793 - Browse repository at this point
Copy the full SHA 9dc2793View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71ed47 - Browse repository at this point
Copy the full SHA f71ed47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3c39c - Browse repository at this point
Copy the full SHA 3a3c39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c0367 - Browse repository at this point
Copy the full SHA 51c0367View commit details -
[ImportVerilog] Add hack to avoid building
OBJECT
library targetThe `OBJECT` library target file generated by `llvm_add_library()` does not inherit `COMPILE_DEFINITIONS` from its transitive closure in the current implementation. To avoid generating this library, the condition `(ARG_SHARED AND ARG_STATIC) OR ARG_OBJECT` must not be satisfied. Neither `ARG_STATIC` nor `ARG_SHARED` is set at the moment, but `ARG_OBJECT` is satisfied due to `NEEDS_OBJECT_LIB` being set due to `NOT ARG_SHARED AND NOT ARG_EXCLUDE_FROM_LIBMLIR AND NOT XCODE AND NOT MSVC_IDE` being satisfied unless one of `ARG_SHARED`, `ARG_EXCLUDE_FROM_LIBMLIR`, `XCODE` or `MSVC_IDE` is satisfied.
Configuration menu - View commit details
-
Copy full SHA for 7bd9d55 - Browse repository at this point
Copy the full SHA 7bd9d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for c043fe0 - Browse repository at this point
Copy the full SHA c043fe0View commit details -
[Transforms] Use more specific type
Fixes operator overload resolution error on `gcc-11`.
Configuration menu - View commit details
-
Copy full SHA for b7d819c - Browse repository at this point
Copy the full SHA b7d819cView commit details -
[FIRRTL] Use more specific type
Fixes operator overload resolution error on `gcc-11`.
Configuration menu - View commit details
-
Copy full SHA for 94f44fc - Browse repository at this point
Copy the full SHA 94f44fcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.